In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / AddListFormField_2 Method

AddListFormField_2 Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(27)>

Function AddListFormField_2( _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single, _

   ByVal FieldName As String, _

   ByVal FontResName As String, _

   ByVal FontSize As Single, _

   ByVal TextCyan As Byte, _

   ByVal TextMagenta As Byte, _

   ByVal TextYellow As Byte, _

   ByVal TextBlack As Byte, _

   ByVal Sorted As Boolean, _

   ByVal Multiselect As Boolean _

) As Integer
[DispId(27)]

int AddListFormField_2( 

   float Left,

   float Top,

   float Width,

   float Height,

   string FieldName,

   string FontResName,

   float FontSize,

   byte TextCyan,

   byte TextMagenta,

   byte TextYellow,

   byte TextBlack,

   bool Sorted,

   bool Multiselect

)
function AddListFormField_2( 

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single;

    FieldName: String;

    FontResName: String;

    FontSize: Single;

    TextCyan: Byte;

    TextMagenta: Byte;

    TextYellow: Byte;

    TextBlack: Byte;

    Sorted: Boolean;

    Multiselect: Boolean

): Integer; 
DispIdAttribute(27)

function AddListFormField_2( 

   Left : float,

   Top : float,

   Width : float,

   Height : float,

   FieldName : String,

   FontResName : String,

   FontSize : float,

   TextCyan : byte,

   TextMagenta : byte,

   TextYellow : byte,

   TextBlack : byte,

   Sorted : boolean,

   Multiselect : boolean

) : int;
[DispId(27)]

int AddListFormField_2( 

   float Left,

   float Top,

   float Width,

   float Height,

   string* FieldName,

   string* FontResName,

   float FontSize,

   byte TextCyan,

   byte TextMagenta,

   byte TextYellow,

   byte TextBlack,

   bool Sorted,

   bool Multiselect

) 
[DispId(27)]

int AddListFormField_2( 

   float Left,

   float Top,

   float Width,

   float Height,

   String^ FieldName,

   String^ FontResName,

   float FontSize,

   byte TextCyan,

   byte TextMagenta,

   byte TextYellow,

   byte TextBlack,

   bool Sorted,

   bool Multiselect

) 

Parameters

Left
Top
Width
Height
FieldName
FontResName
FontSize
TextCyan
TextMagenta
TextYellow
TextBlack
Sorted
Multiselect
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members